Html Css Color HEX #BBDCF3 Pale Cornflower Blue

📋 copy color: '#BBDCF3'

red 187 ◦ green 220 ◦ blue 243

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

Shades of Pale Cornflower Blue #BBDCF3

Tints of Pale Cornflower Blue #BBDCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.85%

 BLUE value IS 243 (95.31% from 255) = 37.38%

R = 28.77%
G = 33.85%
B = 37.38%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBDCF3 (or 0xBBDCF3) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and F3. RGB value is (187,220,243). Sum of RGB (Red+Green+Blue) = 187+220+243=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF3 is #44230C. Grayscale: #D4D4D4. Windows color (decimal): -4465421 or 15981755. OLE color: 15981755.

HSL color Cylindrical-coordinate representation of color #BBDCF3: hue angle of 204.64º degrees, saturation: 0.7, 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 #BBDCF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 220 243 -
CMYK 0.23 0.09 0 0.05
HSL 204.64º 0.7% 0.84% -
HSV(B) 204.64º 0.23% 0.95% -
XYZ 62.26 68.22 94.68 -
YUV 212.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 187 220 243 0.23 0.09 0 0.05 204.64 0.7 0.84
Hex BB DC F3 17 9 0 5 CD 46 54
Octal 273 334 363 27 11 0 5 315 106 124
Binary 10111011 11011100 11110011 10111 1001 0 101 11001101 1000110 1010100

Color Harmonies of #BBDCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF3

Black with #BBDCF3

Text Example


Text Example

White with #BBDCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF3; }

 p { color: rgb(187,220,243); }

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

background-color css

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

 a { background-color: rgb(187,220,243); }

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

border-color css

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

 span { border-color: rgb(187,220,243); }

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