Html Css Color HEX #BBCEF8 Periwinkle

📋 copy color: '#BBCEF8'

red 187 ◦ green 206 ◦ blue 248

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

Shades of Periwinkle #BBCEF8

Tints of Periwinkle #BBCEF8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.14%

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 29.17%
G = 32.14%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBCEF8 (or 0xBBCEF8) is known color: Periwinkle. HEX triplet: BB, CE and F8. RGB value is (187,206,248). Sum of RGB (Red+Green+Blue) = 187+206+248=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBCEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF8 is #443107. Grayscale: #CCCCCC. Windows color (decimal): -4469000 or 16305851. OLE color: 16305851.

HSL color Cylindrical-coordinate representation of color #BBCEF8: hue angle of 221.31º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCEF8 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 206 248 -
CMYK 0.25 0.17 0 0.03
HSL 221.31º 0.81% 0.85% -
HSV(B) 221.31º 0.25% 0.97% -
XYZ 59.51 61.48 97.54 -
YUV 205.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 187 206 248 0.25 0.17 0 0.03 221.31 0.81 0.85
Hex BB CE F8 19 11 0 3 DD 51 55
Octal 273 316 370 31 21 0 3 335 121 125
Binary 10111011 11001110 11111000 11001 10001 0 11 11011101 1010001 1010101

Color Harmonies of #BBCEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEF8

Black with #BBCEF8

Text Example


Text Example

White with #BBCEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEF8; }

 p { color: rgb(187,206,248); }

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

background-color css

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

 a { background-color: rgb(187,206,248); }

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

border-color css

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

 span { border-color: rgb(187,206,248); }

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