Html Css Color HEX #BBCBE6 Periwinkle

📋 copy color: '#BBCBE6'

red 187 ◦ green 203 ◦ blue 230

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

Shades of Periwinkle #BBCBE6

Tints of Periwinkle #BBCBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 30.16%
G = 32.74%
B = 37.1%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBCBE6 (or 0xBBCBE6) is known color: Periwinkle. HEX triplet: BB, CB and E6. RGB value is (187,203,230). Sum of RGB (Red+Green+Blue) = 187+203+230=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBE6 is #443419. Grayscale: #C9C9C9. Windows color (decimal): -4469786 or 15125435. OLE color: 15125435.

HSL color Cylindrical-coordinate representation of color #BBCBE6: hue angle of 217.67º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCBE6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 203 230 -
CMYK 0.19 0.12 0 0.10
HSL 217.67º 0.46% 0.82% -
HSV(B) 217.67º 0.19% 0.9% -
XYZ 56.13 58.99 83.29 -
YUV 201.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 187 203 230 0.19 0.12 0 0.10 217.67 0.46 0.82
Hex BB CB E6 13 C 0 A DA 2E 52
Octal 273 313 346 23 14 0 12 332 56 122
Binary 10111011 11001011 11100110 10011 1100 0 1010 11011010 101110 1010010

Color Harmonies of #BBCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBE6

Black with #BBCBE6

Text Example


Text Example

White with #BBCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBE6; }

 p { color: rgb(187,203,230); }

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

background-color css

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

 a { background-color: rgb(187,203,230); }

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

border-color css

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

 span { border-color: rgb(187,203,230); }

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