Html Css Color HEX #BACBEF Periwinkle

📋 copy color: '#BACBEF'

red 186 ◦ green 203 ◦ blue 239

#BACBEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BACBEF

Tints of Periwinkle #BACBEF

RGB

 RED value IS 186 (73.05% from 255) = 29.62%

 GREEN value IS 203 (79.69% from 255) = 32.32%

 BLUE value IS 239 (93.75% from 255) = 38.06%

R = 29.62%
G = 32.32%
B = 38.06%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BACBEF (or 0xBACBEF) is known color: Periwinkle. HEX triplet: BA, CB and EF. RGB value is (186,203,239). Sum of RGB (Red+Green+Blue) = 186+203+239=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #BACBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEF is #453410. Grayscale: #C9C9C9. Windows color (decimal): -4535313 or 15715258. OLE color: 15715258.

HSL color Cylindrical-coordinate representation of color #BACBEF: hue angle of 220.75º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACBEF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 203 239 -
CMYK 0.22 0.15 0 0.06
HSL 220.75º 0.62% 0.83% -
HSV(B) 220.75º 0.22% 0.94% -
XYZ 57.19 59.38 90.11 -
YUV 202.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 186 203 239 0.22 0.15 0 0.06 220.75 0.62 0.83
Hex BA CB EF 16 F 0 6 DD 3E 53
Octal 272 313 357 26 17 0 6 335 76 123
Binary 10111010 11001011 11101111 10110 1111 0 110 11011101 111110 1010011

Color Harmonies of #BACBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBEF

Black with #BACBEF

Text Example


Text Example

White with #BACBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBEF; }

 p { color: rgb(186,203,239); }

 H1.HeaderClassName
 {
   color: #BACBEF;
 }
 .AnyTagClassName
 {
   color: #BACBEF;
 }
</style>

background-color css

<style>
 a { background-color: #BACBEF; }

 a { background-color: rgb(186,203,239); }

 div.DivClassName
 {
   background-color: #BACBEF;
 }
 .BgClassName
 {
   background-color: #BACBEF;
 }
</style>

border-color css

<style>
 span { border-color: #BACBEF; }

 span { border-color: rgb(186,203,239); }

 td.TdClassName
 {
   border-color: #BACBEF;
 }
 .TagClassName
 {
   border-color: #BACBEF;
 }
</style>