Html Css Color HEX #BBC9EF Periwinkle

📋 copy color: '#BBC9EF'

red 187 ◦ green 201 ◦ blue 239

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

Shades of Periwinkle #BBC9EF

Tints of Periwinkle #BBC9EF

RGB

 RED value IS 187 (73.44% from 255) = 29.82%

 GREEN value IS 201 (78.91% from 255) = 32.06%

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

R = 29.82%
G = 32.06%
B = 38.12%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC9EF (or 0xBBC9EF) is known color: Periwinkle. HEX triplet: BB, C9 and EF. RGB value is (187,201,239). Sum of RGB (Red+Green+Blue) = 187+201+239=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9EF is #443610. Grayscale: #C8C8C8. Windows color (decimal): -4470289 or 15714747. OLE color: 15714747.

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

Color convert

RGB 187 201 239 -
CMYK 0.22 0.16 0 0.06
HSL 223.85º 0.62% 0.84% -
HSV(B) 223.85º 0.22% 0.94% -
XYZ 56.96 58.57 89.96 -
YUV 201.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 187 201 239 0.22 0.16 0 0.06 223.85 0.62 0.84
Hex BB C9 EF 16 10 0 6 E0 3E 54
Octal 273 311 357 26 20 0 6 340 76 124
Binary 10111011 11001001 11101111 10110 10000 0 110 11100000 111110 1010100

Color Harmonies of #BBC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9EF

Black with #BBC9EF

Text Example


Text Example

White with #BBC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9EF; }

 p { color: rgb(187,201,239); }

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

background-color css

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

 a { background-color: rgb(187,201,239); }

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

border-color css

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

 span { border-color: rgb(187,201,239); }

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