Html Css Color HEX #BBCDFB Periwinkle

📋 copy color: '#BBCDFB'

red 187 ◦ green 205 ◦ blue 251

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

Shades of Periwinkle #BBCDFB

Tints of Periwinkle #BBCDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.88%

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

R = 29.08%
G = 31.88%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBCDFB (or 0xBBCDFB) is known color: Periwinkle. HEX triplet: BB, CD and FB. RGB value is (187,205,251). Sum of RGB (Red+Green+Blue) = 187+205+251=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDFB is #443204. Grayscale: #CCCCCC. Windows color (decimal): -4469253 or 16502203. OLE color: 16502203.

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

Color convert

RGB 187 205 251 -
CMYK 0.25 0.18 0 0.02
HSL 223.13º 0.89% 0.86% -
HSV(B) 223.13º 0.25% 0.98% -
XYZ 59.74 61.19 99.93 -
YUV 204.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 187 205 251 0.25 0.18 0 0.02 223.13 0.89 0.86
Hex BB CD FB 19 12 0 2 DF 59 56
Octal 273 315 373 31 22 0 2 337 131 126
Binary 10111011 11001101 11111011 11001 10010 0 10 11011111 1011001 1010110

Color Harmonies of #BBCDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDFB

Black with #BBCDFB

Text Example


Text Example

White with #BBCDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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