Html Css Color HEX #BDEAF0 Onahau

📋 copy color: '#BDEAF0'

red 189 ◦ green 234 ◦ blue 240

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

Shades of Onahau #BDEAF0

Tints of Onahau #BDEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 28.51%
G = 35.29%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDEAF0 (or 0xBDEAF0) is known color: Onahau. HEX triplet: BD, EA and F0. RGB value is (189,234,240). Sum of RGB (Red+Green+Blue) = 189+234+240=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF0 is #42150F. Grayscale: #DDDDDD. Windows color (decimal): -4330768 or 15788733. OLE color: 15788733.

HSL color Cylindrical-coordinate representation of color #BDEAF0: hue angle of 187.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEAF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 234 240 -
CMYK 0.21 0.02 0 0.06
HSL 187.06º 0.63% 0.84% -
HSV(B) 187.06º 0.21% 0.94% -
XYZ 66.14 75.96 93.61 -
YUV 221.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 189 234 240 0.21 0.02 0 0.06 187.06 0.63 0.84
Hex BD EA F0 15 2 0 6 BB 3F 54
Octal 275 352 360 25 2 0 6 273 77 124
Binary 10111101 11101010 11110000 10101 10 0 110 10111011 111111 1010100

Color Harmonies of #BDEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAF0

Black with #BDEAF0

Text Example


Text Example

White with #BDEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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