Html Css Color HEX #BBCBF2 Periwinkle

📋 copy color: '#BBCBF2'

red 187 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BBCBF2

Tints of Periwinkle #BBCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 29.59%
G = 32.12%
B = 38.29%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCBF2 (or 0xBBCBF2) is known color: Periwinkle. HEX triplet: BB, CB and F2. RGB value is (187,203,242). Sum of RGB (Red+Green+Blue) = 187+203+242=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBF2 is #44340D. Grayscale: #CACACA. Windows color (decimal): -4469774 or 15911867. OLE color: 15911867.

HSL color Cylindrical-coordinate representation of color #BBCBF2: hue angle of 222.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCBF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 203 242 -
CMYK 0.23 0.16 0 0.05
HSL 222.55º 0.68% 0.84% -
HSV(B) 222.55º 0.23% 0.95% -
XYZ 57.88 59.69 92.47 -
YUV 202.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 187 203 242 0.23 0.16 0 0.05 222.55 0.68 0.84
Hex BB CB F2 17 10 0 5 DF 44 54
Octal 273 313 362 27 20 0 5 337 104 124
Binary 10111011 11001011 11110010 10111 10000 0 101 11011111 1000100 1010100

Color Harmonies of #BBCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBF2

Black with #BBCBF2

Text Example


Text Example

White with #BBCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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