Html Css Color HEX #BDE1F1 Onahau

📋 copy color: '#BDE1F1'

red 189 ◦ green 225 ◦ blue 241

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

Shades of Onahau #BDE1F1

Tints of Onahau #BDE1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 28.85%
G = 34.35%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE1F1 (or 0xBDE1F1) is known color: Onahau. HEX triplet: BD, E1 and F1. RGB value is (189,225,241). Sum of RGB (Red+Green+Blue) = 189+225+241=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F1 is #421E0E. Grayscale: #D7D7D7. Windows color (decimal): -4333071 or 15851965. OLE color: 15851965.

HSL color Cylindrical-coordinate representation of color #BDE1F1: hue angle of 198.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE1F1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 225 241 -
CMYK 0.22 0.07 0 0.05
HSL 198.46º 0.65% 0.84% -
HSV(B) 198.46º 0.22% 0.95% -
XYZ 63.79 71.02 93.57 -
YUV 216.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 189 225 241 0.22 0.07 0 0.05 198.46 0.65 0.84
Hex BD E1 F1 16 7 0 5 C6 41 54
Octal 275 341 361 26 7 0 5 306 101 124
Binary 10111101 11100001 11110001 10110 111 0 101 11000110 1000001 1010100

Color Harmonies of #BDE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1F1

Black with #BDE1F1

Text Example


Text Example

White with #BDE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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