Html Css Color HEX #BDE0F0 Onahau

📋 copy color: '#BDE0F0'

red 189 ◦ green 224 ◦ blue 240

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

Shades of Onahau #BDE0F0

Tints of Onahau #BDE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

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

R = 28.94%
G = 34.3%
B = 36.75%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE0F0 (or 0xBDE0F0) is known color: Onahau. HEX triplet: BD, E0 and F0. RGB value is (189,224,240). Sum of RGB (Red+Green+Blue) = 189+224+240=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F0 is #421F0F. Grayscale: #D7D7D7. Windows color (decimal): -4333328 or 15786173. OLE color: 15786173.

HSL color Cylindrical-coordinate representation of color #BDE0F0: hue angle of 198.82º 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 #BDE0F0 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 224 240 -
CMYK 0.21 0.07 0 0.06
HSL 198.82º 0.63% 0.84% -
HSV(B) 198.82º 0.21% 0.94% -
XYZ 63.37 70.42 92.69 -
YUV 215.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 189 224 240 0.21 0.07 0 0.06 198.82 0.63 0.84
Hex BD E0 F0 15 7 0 6 C7 3F 54
Octal 275 340 360 25 7 0 6 307 77 124
Binary 10111101 11100000 11110000 10101 111 0 110 11000111 111111 1010100

Color Harmonies of #BDE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0F0

Black with #BDE0F0

Text Example


Text Example

White with #BDE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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