Html Css Color HEX #BDDAFC Pale Cornflower Blue

📋 copy color: '#BDDAFC'

red 189 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #BDDAFC

Tints of Pale Cornflower Blue #BDDAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 28.68%
G = 33.08%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDDAFC (or 0xBDDAFC) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and FC. RGB value is (189,218,252). Sum of RGB (Red+Green+Blue) = 189+218+252=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFC is #422503. Grayscale: #D5D5D5. Windows color (decimal): -4334852 or 16571069. OLE color: 16571069.

HSL color Cylindrical-coordinate representation of color #BDDAFC: hue angle of 212.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDAFC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 218 252 -
CMYK 0.25 0.13 0 0.01
HSL 212.38º 0.91% 0.86% -
HSV(B) 212.38º 0.25% 0.99% -
XYZ 63.63 67.99 101.87 -
YUV 213.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 189 218 252 0.25 0.13 0 0.01 212.38 0.91 0.86
Hex BD DA FC 19 D 0 1 D4 5B 56
Octal 275 332 374 31 15 0 1 324 133 126
Binary 10111101 11011010 11111100 11001 1101 0 1 11010100 1011011 1010110

Color Harmonies of #BDDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAFC

Black with #BDDAFC

Text Example


Text Example

White with #BDDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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