Html Css Color HEX #BDDBFE Pale Cornflower Blue

📋 copy color: '#BDDBFE'

red 189 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #BDDBFE

Tints of Pale Cornflower Blue #BDDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.08%

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

R = 28.55%
G = 33.08%
B = 38.37%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDDBFE (or 0xBDDBFE) is known color: Pale Cornflower Blue. HEX triplet: BD, DB and FE. RGB value is (189,219,254). Sum of RGB (Red+Green+Blue) = 189+219+254=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBFE is #422401. Grayscale: #D5D5D5. Windows color (decimal): -4334594 or 16702397. OLE color: 16702397.

HSL color Cylindrical-coordinate representation of color #BDDBFE: hue angle of 212.31º 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 #BDDBFE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 219 254 -
CMYK 0.26 0.14 0 0.00
HSL 212.31º 0.97% 0.87% -
HSV(B) 212.31º 0.26% 1% -
XYZ 64.21 68.64 103.63 -
YUV 214.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 189 219 254 0.26 0.14 0 0.00 212.31 0.97 0.87
Hex BD DB FE 1A E 0 0 D4 61 57
Octal 275 333 376 32 16 0 0 324 141 127
Binary 10111101 11011011 11111110 11010 1110 0 0 11010100 1100001 1010111

Color Harmonies of #BDDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBFE

Black with #BDDBFE

Text Example


Text Example

White with #BDDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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