Html Css Color HEX #BDDAFE Pale Cornflower Blue

📋 copy color: '#BDDAFE'

red 189 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #BDDAFE

Tints of Pale Cornflower Blue #BDDAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.98%

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

R = 28.59%
G = 32.98%
B = 38.43%

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

#BDDAFE (or 0xBDDAFE) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and FE. RGB value is (189,218,254). Sum of RGB (Red+Green+Blue) = 189+218+254=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFE is #422501. Grayscale: #D5D5D5. Windows color (decimal): -4334850 or 16702141. OLE color: 16702141.

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

Color convert

RGB 189 218 254 -
CMYK 0.26 0.14 0 0.00
HSL 213.23º 0.97% 0.87% -
HSV(B) 213.23º 0.26% 1% -
XYZ 63.95 68.12 103.54 -
YUV 213.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 189 218 254 0.26 0.14 0 0.00 213.23 0.97 0.87
Hex BD DA FE 1A E 0 0 D5 61 57
Octal 275 332 376 32 16 0 0 325 141 127
Binary 10111101 11011010 11111110 11010 1110 0 0 11010101 1100001 1010111

Color Harmonies of #BDDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAFE

Black with #BDDAFE

Text Example


Text Example

White with #BDDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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