Html Css Color HEX #BDDDFB Pale Cornflower Blue

📋 copy color: '#BDDDFB'

red 189 ◦ green 221 ◦ blue 251

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

Shades of Pale Cornflower Blue #BDDDFB

Tints of Pale Cornflower Blue #BDDDFB

RGB

 RED value IS 189 (74.22% from 255) = 28.59%

 GREEN value IS 221 (86.72% from 255) = 33.43%

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

R = 28.59%
G = 33.43%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDDDFB (or 0xBDDDFB) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and FB. RGB value is (189,221,251). Sum of RGB (Red+Green+Blue) = 189+221+251=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFB is #422204. Grayscale: #D6D6D6. Windows color (decimal): -4334085 or 16506301. OLE color: 16506301.

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

Color convert

RGB 189 221 251 -
CMYK 0.25 0.12 0 0.02
HSL 209.03º 0.89% 0.86% -
HSV(B) 209.03º 0.25% 0.98% -
XYZ 64.26 69.5 101.29 -
YUV 214.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 189 221 251 0.25 0.12 0 0.02 209.03 0.89 0.86
Hex BD DD FB 19 C 0 2 D1 59 56
Octal 275 335 373 31 14 0 2 321 131 126
Binary 10111101 11011101 11111011 11001 1100 0 10 11010001 1011001 1010110

Color Harmonies of #BDDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDFB

Black with #BDDDFB

Text Example


Text Example

White with #BDDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDFB; }

 p { color: rgb(189,221,251); }

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

background-color css

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

 a { background-color: rgb(189,221,251); }

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

border-color css

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

 span { border-color: rgb(189,221,251); }

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