Html Css Color HEX #BDEDFA Onahau

📋 copy color: '#BDEDFA'

red 189 ◦ green 237 ◦ blue 250

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

Shades of Onahau #BDEDFA

Tints of Onahau #BDEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.06%

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 27.96%
G = 35.06%
B = 36.98%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDEDFA (or 0xBDEDFA) is known color: Onahau. HEX triplet: BD, ED and FA. RGB value is (189,237,250). Sum of RGB (Red+Green+Blue) = 189+237+250=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFA is #421205. Grayscale: #E0E0E0. Windows color (decimal): -4329990 or 16444861. OLE color: 16444861.

HSL color Cylindrical-coordinate representation of color #BDEDFA: hue angle of 192.79º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEDFA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 237 250 -
CMYK 0.24 0.05 0 0.02
HSL 192.79º 0.86% 0.86% -
HSV(B) 192.79º 0.24% 0.98% -
XYZ 68.53 78.29 101.94 -
YUV 224.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 189 237 250 0.24 0.05 0 0.02 192.79 0.86 0.86
Hex BD ED FA 18 5 0 2 C1 56 56
Octal 275 355 372 30 5 0 2 301 126 126
Binary 10111101 11101101 11111010 11000 101 0 10 11000001 1010110 1010110

Color Harmonies of #BDEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDFA

Black with #BDEDFA

Text Example


Text Example

White with #BDEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDFA; }

 p { color: rgb(189,237,250); }

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

background-color css

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

 a { background-color: rgb(189,237,250); }

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

border-color css

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

 span { border-color: rgb(189,237,250); }

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