Html Css Color HEX #BDE1F0 Onahau

📋 copy color: '#BDE1F0'

red 189 ◦ green 225 ◦ blue 240

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

Shades of Onahau #BDE1F0

Tints of Onahau #BDE1F0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 28.9%
G = 34.4%
B = 36.7%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE1F0 (or 0xBDE1F0) is known color: Onahau. HEX triplet: BD, E1 and F0. RGB value is (189,225,240). Sum of RGB (Red+Green+Blue) = 189+225+240=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F0 is #421E0F. Grayscale: #D7D7D7. Windows color (decimal): -4333072 or 15786429. OLE color: 15786429.

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

Color convert

RGB 189 225 240 -
CMYK 0.21 0.06 0 0.06
HSL 197.65º 0.63% 0.84% -
HSV(B) 197.65º 0.21% 0.94% -
XYZ 63.64 70.96 92.78 -
YUV 215.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 189 225 240 0.21 0.06 0 0.06 197.65 0.63 0.84
Hex BD E1 F0 15 6 0 6 C6 3F 54
Octal 275 341 360 25 6 0 6 306 77 124
Binary 10111101 11100001 11110000 10101 110 0 110 11000110 111111 1010100

Color Harmonies of #BDE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1F0

Black with #BDE1F0

Text Example


Text Example

White with #BDE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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