Html Css Color HEX #BDDAF2 Pale Cornflower Blue

📋 copy color: '#BDDAF2'

red 189 ◦ green 218 ◦ blue 242

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

Shades of Pale Cornflower Blue #BDDAF2

Tints of Pale Cornflower Blue #BDDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 29.12%
G = 33.59%
B = 37.29%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDDAF2 (or 0xBDDAF2) is known color: Pale Cornflower Blue. HEX triplet: BD, DA and F2. RGB value is (189,218,242). Sum of RGB (Red+Green+Blue) = 189+218+242=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF2 is #42250D. Grayscale: #D3D3D3. Windows color (decimal): -4334862 or 15915709. OLE color: 15915709.

HSL color Cylindrical-coordinate representation of color #BDDAF2: hue angle of 207.17º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDAF2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 218 242 -
CMYK 0.22 0.10 0 0.05
HSL 207.17º 0.67% 0.85% -
HSV(B) 207.17º 0.22% 0.95% -
XYZ 62.08 67.37 93.74 -
YUV 212.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 189 218 242 0.22 0.10 0 0.05 207.17 0.67 0.85
Hex BD DA F2 16 A 0 5 CF 43 55
Octal 275 332 362 26 12 0 5 317 103 125
Binary 10111101 11011010 11110010 10110 1010 0 101 11001111 1000011 1010101

Color Harmonies of #BDDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAF2

Black with #BDDAF2

Text Example


Text Example

White with #BDDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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