Html Css Color HEX #BDE7F0 Onahau

📋 copy color: '#BDE7F0'

red 189 ◦ green 231 ◦ blue 240

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

Shades of Onahau #BDE7F0

Tints of Onahau #BDE7F0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35%

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

R = 28.64%
G = 35%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE7F0 (or 0xBDE7F0) is known color: Onahau. HEX triplet: BD, E7 and F0. RGB value is (189,231,240). Sum of RGB (Red+Green+Blue) = 189+231+240=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7F0 is #42180F. Grayscale: #DBDBDB. Windows color (decimal): -4331536 or 15787965. OLE color: 15787965.

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

Color convert

RGB 189 231 240 -
CMYK 0.21 0.04 0 0.06
HSL 190.59º 0.63% 0.84% -
HSV(B) 190.59º 0.21% 0.94% -
XYZ 65.29 74.26 93.33 -
YUV 219.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 189 231 240 0.21 0.04 0 0.06 190.59 0.63 0.84
Hex BD E7 F0 15 4 0 6 BF 3F 54
Octal 275 347 360 25 4 0 6 277 77 124
Binary 10111101 11100111 11110000 10101 100 0 110 10111111 111111 1010100

Color Harmonies of #BDE7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7F0

Black with #BDE7F0

Text Example


Text Example

White with #BDE7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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