Html Css Color HEX #BBCFEF Periwinkle

📋 copy color: '#BBCFEF'

red 187 ◦ green 207 ◦ blue 239

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

Shades of Periwinkle #BBCFEF

Tints of Periwinkle #BBCFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.7%

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

R = 29.54%
G = 32.7%
B = 37.76%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBCFEF (or 0xBBCFEF) is known color: Periwinkle. HEX triplet: BB, CF and EF. RGB value is (187,207,239). Sum of RGB (Red+Green+Blue) = 187+207+239=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEF is #443010. Grayscale: #CCCCCC. Windows color (decimal): -4468753 or 15716283. OLE color: 15716283.

HSL color Cylindrical-coordinate representation of color #BBCFEF: hue angle of 216.92º 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 #BBCFEF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 207 239 -
CMYK 0.22 0.13 0 0.06
HSL 216.92º 0.62% 0.84% -
HSV(B) 216.92º 0.22% 0.94% -
XYZ 58.39 61.42 90.44 -
YUV 204.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 187 207 239 0.22 0.13 0 0.06 216.92 0.62 0.84
Hex BB CF EF 16 D 0 6 D9 3E 54
Octal 273 317 357 26 15 0 6 331 76 124
Binary 10111011 11001111 11101111 10110 1101 0 110 11011001 111110 1010100

Color Harmonies of #BBCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFEF

Black with #BBCFEF

Text Example


Text Example

White with #BBCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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