Html Css Color HEX #BDDEFE Pale Cornflower Blue

📋 copy color: '#BDDEFE'

red 189 ◦ green 222 ◦ blue 254

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

Shades of Pale Cornflower Blue #BDDEFE

Tints of Pale Cornflower Blue #BDDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.38%

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 28.42%
G = 33.38%
B = 38.2%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDDEFE (or 0xBDDEFE) is known color: Pale Cornflower Blue. HEX triplet: BD, DE and FE. RGB value is (189,222,254). Sum of RGB (Red+Green+Blue) = 189+222+254=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFE is #422101. Grayscale: #D7D7D7. Windows color (decimal): -4333826 or 16703165. OLE color: 16703165.

HSL color Cylindrical-coordinate representation of color #BDDEFE: hue angle of 209.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDEFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 222 254 -
CMYK 0.26 0.13 0 0.00
HSL 209.54º 0.97% 0.87% -
HSV(B) 209.54º 0.26% 1% -
XYZ 65 70.22 103.89 -
YUV 215.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 189 222 254 0.26 0.13 0 0.00 209.54 0.97 0.87
Hex BD DE FE 1A D 0 0 D2 61 57
Octal 275 336 376 32 15 0 0 322 141 127
Binary 10111101 11011110 11111110 11010 1101 0 0 11010010 1100001 1010111

Color Harmonies of #BDDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEFE

Black with #BDDEFE

Text Example


Text Example

White with #BDDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEFE; }

 p { color: rgb(189,222,254); }

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

background-color css

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

 a { background-color: rgb(189,222,254); }

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

border-color css

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

 span { border-color: rgb(189,222,254); }

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