Html Css Color HEX #BBCEF6 Periwinkle

📋 copy color: '#BBCEF6'

red 187 ◦ green 206 ◦ blue 246

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

Shades of Periwinkle #BBCEF6

Tints of Periwinkle #BBCEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 29.26%
G = 32.24%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBCEF6 (or 0xBBCEF6) is known color: Periwinkle. HEX triplet: BB, CE and F6. RGB value is (187,206,246). Sum of RGB (Red+Green+Blue) = 187+206+246=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF6 is #443109. Grayscale: #CCCCCC. Windows color (decimal): -4469002 or 16174779. OLE color: 16174779.

HSL color Cylindrical-coordinate representation of color #BBCEF6: hue angle of 220.68º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCEF6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 206 246 -
CMYK 0.24 0.16 0 0.04
HSL 220.68º 0.77% 0.85% -
HSV(B) 220.68º 0.24% 0.96% -
XYZ 59.2 61.36 95.91 -
YUV 204.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 187 206 246 0.24 0.16 0 0.04 220.68 0.77 0.85
Hex BB CE F6 18 10 0 4 DD 4D 55
Octal 273 316 366 30 20 0 4 335 115 125
Binary 10111011 11001110 11110110 11000 10000 0 100 11011101 1001101 1010101

Color Harmonies of #BBCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEF6

Black with #BBCEF6

Text Example


Text Example

White with #BBCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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