Html Css Color HEX #BBCBFB Periwinkle

📋 copy color: '#BBCBFB'

red 187 ◦ green 203 ◦ blue 251

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

Shades of Periwinkle #BBCBFB

Tints of Periwinkle #BBCBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 29.17%
G = 31.67%
B = 39.16%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBCBFB (or 0xBBCBFB) is known color: Periwinkle. HEX triplet: BB, CB and FB. RGB value is (187,203,251). Sum of RGB (Red+Green+Blue) = 187+203+251=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFB is #443404. Grayscale: #CBCBCB. Windows color (decimal): -4469765 or 16501691. OLE color: 16501691.

HSL color Cylindrical-coordinate representation of color #BBCBFB: hue angle of 225º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCBFB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 203 251 -
CMYK 0.25 0.19 0 0.02
HSL 225º 0.89% 0.86% -
HSV(B) 225º 0.25% 0.98% -
XYZ 59.26 60.24 99.77 -
YUV 203.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 187 203 251 0.25 0.19 0 0.02 225 0.89 0.86
Hex BB CB FB 19 13 0 2 E1 59 56
Octal 273 313 373 31 23 0 2 341 131 126
Binary 10111011 11001011 11111011 11001 10011 0 10 11100001 1011001 1010110

Color Harmonies of #BBCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBFB

Black with #BBCBFB

Text Example


Text Example

White with #BBCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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