Html Css Color HEX #BDEAFA Onahau

📋 copy color: '#BDEAFA'

red 189 ◦ green 234 ◦ blue 250

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

Shades of Onahau #BDEAFA

Tints of Onahau #BDEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.77%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 28.08%
G = 34.77%
B = 37.15%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDEAFA (or 0xBDEAFA) is known color: Onahau. HEX triplet: BD, EA and FA. RGB value is (189,234,250). Sum of RGB (Red+Green+Blue) = 189+234+250=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAFA is #421505. Grayscale: #DEDEDE. Windows color (decimal): -4330758 or 16444093. OLE color: 16444093.

HSL color Cylindrical-coordinate representation of color #BDEAFA: hue angle of 195.74º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEAFA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 234 250 -
CMYK 0.24 0.06 0 0.02
HSL 195.74º 0.86% 0.86% -
HSV(B) 195.74º 0.24% 0.98% -
XYZ 67.66 76.57 101.66 -
YUV 222.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 189 234 250 0.24 0.06 0 0.02 195.74 0.86 0.86
Hex BD EA FA 18 6 0 2 C4 56 56
Octal 275 352 372 30 6 0 2 304 126 126
Binary 10111101 11101010 11111010 11000 110 0 10 11000100 1010110 1010110

Color Harmonies of #BDEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAFA

Black with #BDEAFA

Text Example


Text Example

White with #BDEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAFA; }

 p { color: rgb(189,234,250); }

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

background-color css

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

 a { background-color: rgb(189,234,250); }

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

border-color css

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

 span { border-color: rgb(189,234,250); }

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