Html Css Color HEX #BDEEFA Onahau

📋 copy color: '#BDEEFA'

red 189 ◦ green 238 ◦ blue 250

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

Shades of Onahau #BDEEFA

Tints of Onahau #BDEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.16%

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

R = 27.92%
G = 35.16%
B = 36.93%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDEEFA (or 0xBDEEFA) is known color: Onahau. HEX triplet: BD, EE and FA. RGB value is (189,238,250). Sum of RGB (Red+Green+Blue) = 189+238+250=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEFA is #421105. Grayscale: #E0E0E0. Windows color (decimal): -4329734 or 16445117. OLE color: 16445117.

HSL color Cylindrical-coordinate representation of color #BDEEFA: hue angle of 191.8º 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 #BDEEFA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 238 250 -
CMYK 0.24 0.05 0 0.02
HSL 191.8º 0.86% 0.86% -
HSV(B) 191.8º 0.24% 0.98% -
XYZ 68.82 78.87 102.04 -
YUV 224.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 189 238 250 0.24 0.05 0 0.02 191.8 0.86 0.86
Hex BD EE FA 18 5 0 2 C0 56 56
Octal 275 356 372 30 5 0 2 300 126 126
Binary 10111101 11101110 11111010 11000 101 0 10 11000000 1010110 1010110

Color Harmonies of #BDEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEFA

Black with #BDEEFA

Text Example


Text Example

White with #BDEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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