Html Css Color HEX #BBD0FB Periwinkle

📋 copy color: '#BBD0FB'

red 187 ◦ green 208 ◦ blue 251

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

Shades of Periwinkle #BBD0FB

Tints of Periwinkle #BBD0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.2%

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

R = 28.95%
G = 32.2%
B = 38.85%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBD0FB (or 0xBBD0FB) is known color: Periwinkle. HEX triplet: BB, D0 and FB. RGB value is (187,208,251). Sum of RGB (Red+Green+Blue) = 187+208+251=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0FB is #442F04. Grayscale: #CECECE. Windows color (decimal): -4468485 or 16502971. OLE color: 16502971.

HSL color Cylindrical-coordinate representation of color #BBD0FB: hue angle of 220.31º 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 #BBD0FB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 208 251 -
CMYK 0.25 0.17 0 0.02
HSL 220.31º 0.89% 0.86% -
HSV(B) 220.31º 0.25% 0.98% -
XYZ 60.46 62.64 100.17 -
YUV 206.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 187 208 251 0.25 0.17 0 0.02 220.31 0.89 0.86
Hex BB D0 FB 19 11 0 2 DC 59 56
Octal 273 320 373 31 21 0 2 334 131 126
Binary 10111011 11010000 11111011 11001 10001 0 10 11011100 1011001 1010110

Color Harmonies of #BBD0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0FB

Black with #BBD0FB

Text Example


Text Example

White with #BBD0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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